Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. ubuntu@ubuntu-To-be-filled-by-O-E-M:~$ ndrive
  2. QEventLoop: Cannot be used without QApplication
  3. 2015-02-26 11:52:26,126 28128 -1219438848 WARNING nxdrive.commandline 'CliHandler' object has no attribute 'controller'
  4. 2015-02-26 11:52:26,126 28128 -1219438848 INFO nxdrive.utils Removed old pid file: /home/ubuntu/.nuxeo-drive/nxdrive_qt.pid for stopped process 28120
  5. 2015-02-26 11:52:26,232 28128 -1219438848 WARNING nxdrive.utils Could not find the resource directory at: /usr/local/lib/python2.7/dist-packages/nxdrive/data/ui5
  6. 2015-02-26 11:52:26,233 28128 -1219438848 ERROR nxdrive.commandline Error executing 'launch': 'NoneType' object has no attribute 'endswith'
  7. Traceback (most recent call last):
  8. File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 476, in handle
  9. return handler(options)
  10. File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 506, in launch
  11. app = self._get_application(options, console=console)
  12. File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 496, in _get_application
  13. return Application(self.manager, options)
  14. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 124, in __init__
  15. self.init_checks()
  16. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 174, in init_checks
  17. self.show_settings()
  18. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 143, in show_settings
  19. self.webSettingsDialog = WebSettingsDialog(self, section)
  20. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/settings.py", line 120, in __init__
  21. api=WebSettingsApi(self, application), title="Nuxeo Drive - Settings")
  22. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/dialog.py", line 257, in __init__
  23. filename = self._get_page(page)
  24. File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/dialog.py", line 282, in _get_page
  25. return os.path.join(find_resource_dir(skin, ui_path), page).replace("\\","/")
  26. File "/usr/lib/python2.7/posixpath.py", line 77, in join
  27. elif path == '' or path.endswith('/'):
  28. AttributeError: 'NoneType' object has no attribute 'endswith'
  29. Violación de segmento (`core' generado)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement