Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. [egilmore@egilmore-rhel bin]$ ./runlocal.sh
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 631,
  4. in run
  5. runApp(config)
  6. File "/usr/lib/python2.6/site-packages/twisted/scripts/twistd.py", line 23, in
  7. runApp
  8. _SomeApplicationRunner(config).run()
  9. File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 374,
  10. in run
  11. self.application = self.createOrGetApplication()
  12. File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 439,
  13. in createOrGetApplication
  14. application = getApplication(self.config, passphrase)
  15. --- <exception caught here> ---
  16. File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 450,
  17. in getApplication
  18. application = service.loadApplication(filename, style, passphrase)
  19. File "/usr/lib/python2.6/site-packages/twisted/application/service.py", line 4
  20. 00, in loadApplication
  21. application = sob.loadValueFromFile(filename, 'application', passphrase)
  22. File "/usr/lib/python2.6/site-packages/twisted/persisted/sob.py", line 210, in
  23. loadValueFromFile
  24. exec fileObj in d, d
  25. File "bin/start_opscenter.py", line 1, in <module>
  26. from opscenterd import opscenterd_tap
  27. File "/home/egilmore/ripcord/opscenterd/opscenterd_tap.py", line 13, in <modul
  28. e>
  29. from OpsCenterdService import OpsCenterdService
  30. File "/home/egilmore/ripcord/opscenterd/OpsCenterdService.py", line 7, in <mod
  31. ule>
  32. from OpenSSL import SSL
  33. exceptions.ImportError: No module named OpenSSL
  34.  
  35. Failed to load application: No module named OpenSSL
  36.  
  37. [egilmore@egilmore-rhel bin]$ whereis openssl
  38. openssl: /usr/bin/openssl /usr/lib/openssl /usr/include/openssl /usr/share/man/m
  39. an1/openssl.1ssl.gz
  40. [egilmore@egilmore-rhel bin]$
  41. [egilmore@egilmore-rhel bin]$ whereis python
  42. python: /usr/bin/python2.6 /usr/bin/python /usr/bin/python2.4 /usr/lib/python2.6
  43. /usr/lib/python2.4 /usr/local/lib/python2.4 /usr/include/python2.6 /usr/share/m
  44. an/man1/python.1.gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement