Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. ubuntu@ubuntu-To-be-filled-by-O-E-M:~$ ndrive
  2. 2015-02-26 12:12:07,470 28255 -1219860736 INFO nxdrive.utils Removed old pid file: /home/ubuntu/.nuxeo-drive/nxdrive_qt.pid for stopped process 28128
  3. 2015-02-26 12:12:07,550 28255 -1219860736 WARNING nxdrive.utils Could not find the resource directory at: /usr/local/lib/python2.7/dist-packages/nxdrive/data/ui5
  4. 2015-02-26 12:12:07,551 28255 -1219860736 ERROR nxdrive.commandline Error executing 'launch': 'NoneType' object has no attribute 'endswith'
  5. Traceback (most recent call last):
  6. File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 465, in handle
  7. return handler(options)
  8. File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 495, in launch
  9. app = self._get_application(options, console=console)
  10. File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 485, in _get_application
  11. return Application(self.manager, options)
  12. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 87, in __init__
  13. self._init_translator()
  14. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 144, in _init_translator
  15. Translator(self.manager, self.get_htmlpage('i18n.js'),
  16. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 140, in get_htmlpage
  17. return os.path.join(find_resource_dir(self._get_skin(), ui_path), page).replace("\\","/")
  18. File "/usr/lib/python2.7/posixpath.py", line 77, in join
  19. elif path == '' or path.endswith('/'):
  20. AttributeError: 'NoneType' object has no attribute 'endswith'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement