Skip to content

Instantly share code, notes, and snippets.

@dizz
Created February 7, 2015 15:07
Show Gist options
  • Save dizz/1fba0bfbd5709d74bd6c to your computer and use it in GitHub Desktop.
Save dizz/1fba0bfbd5709d74bd6c to your computer and use it in GitHub Desktop.
IMS missing dependency
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] mod_wsgi (pid=7965): Exception occurred processing WSGI script '/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/wsgi/application'.
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] Traceback (most recent call last):
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/wsgi/application", line 23, in <module>
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from util.InitSO import InitSO
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/util/InitSO.py", line 21, in <module>
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from core.SecurityGroupOrchestrator import SecurityGroupOrchestrator
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/core/SecurityGroupOrchestrator.py", line 17, in <module>
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from services.DatabaseManager import DatabaseManager
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] File "/var/lib/openshift/54d6292dac3c30c51200010e/app-root/runtime/repo/services/DatabaseManager.py", line 19, in <module>
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] from sqlalchemy import create_engine, inspect
[Sat Feb 07 15:06:03 2015] [error] [client 127.6.108.129] ImportError: cannot import name inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment