Guest User

Untitled

a guest
Jul 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. /usr/local/lib/python2.6/dist-packages/xmpppy-0.5.0rc1-py2.6.egg/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  2. import sha,base64,random,dispatcher,re
  3. /usr/local/lib/python2.6/dist-packages/xmpppy-0.5.0rc1-py2.6.egg/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  4. import md5
  5. Traceback (most recent call last):
  6. File "/usr/bin/ArchipelServer/runarchipel.py", line 22, in <module>
  7. import archipel
  8. File "/usr/bin/ArchipelServer/archipel.py", line 24, in <module>
  9. from archipelVirtualMachine import *
  10. File "/usr/bin/ArchipelServer/archipelVirtualMachine.py", line 39, in <module>
  11. from archipelEntity import *
  12. File "/usr/bin/ArchipelServer/archipelEntity.py", line 38, in <module>
  13. import archipelPermissionCenter
  14. File "/usr/bin/ArchipelServer/archipelPermissionCenter.py", line 18, in <module>
  15. from sqlobject import *
  16. ImportError: No module named sqlobject
Add Comment
Please, Sign In to add comment