Guest User

Untitled

a guest
Mar 17th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. /usr/lib/python2.7/dist-packages/pkg_resources.py:1031: UserWarning: /home/vivek/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
  2. warnings.warn(msg, UserWarning)
  3. Traceback (most recent call last):
  4. File "bin/trytond", line 17, in <module>
  5. from trytond.application import app
  6. File "/home/vivek/gsoc16/latest/trytond/trytond/application.py", line 8, in <module>
  7. Pool.start()
  8. File "/home/vivek/gsoc16/latest/trytond/trytond/pool.py", line 97, in start
  9. register_classes()
  10. File "/home/vivek/gsoc16/latest/trytond/trytond/modules/__init__.py", line 355, in register_classes
  11. mod_file, pathname, description)
  12. File "/usr/local/lib/python2.7/dist-packages/trytond/modules/company/__init__.py", line 5, in <module>
  13. from .company import *
  14. File "/usr/local/lib/python2.7/dist-packages/trytond/modules/company/company.py", line 10, in <module>
  15. from trytond.backend.database import CursorInterface
  16. ImportError: cannot import name CursorInterface
Add Comment
Please, Sign In to add comment