Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@ubuntu-To-be-filled-by-O-E-M:~$ ndrive
- QEventLoop: Cannot be used without QApplication
- 2015-02-26 11:52:26,126 28128 -1219438848 WARNING nxdrive.commandline 'CliHandler' object has no attribute 'controller'
- 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
- 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
- 2015-02-26 11:52:26,233 28128 -1219438848 ERROR nxdrive.commandline Error executing 'launch': 'NoneType' object has no attribute 'endswith'
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 476, in handle
- return handler(options)
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 506, in launch
- app = self._get_application(options, console=console)
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/commandline.py", line 496, in _get_application
- return Application(self.manager, options)
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 124, in __init__
- self.init_checks()
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 174, in init_checks
- self.show_settings()
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/application.py", line 143, in show_settings
- self.webSettingsDialog = WebSettingsDialog(self, section)
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/settings.py", line 120, in __init__
- api=WebSettingsApi(self, application), title="Nuxeo Drive - Settings")
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/dialog.py", line 257, in __init__
- filename = self._get_page(page)
- File "/usr/local/lib/python2.7/dist-packages/nxdrive/wui/dialog.py", line 282, in _get_page
- return os.path.join(find_resource_dir(skin, ui_path), page).replace("\\","/")
- File "/usr/lib/python2.7/posixpath.py", line 77, in join
- elif path == '' or path.endswith('/'):
- AttributeError: 'NoneType' object has no attribute 'endswith'
- Violación de segmento (`core' generado)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement