Advertisement
Guest User

Untitled

a guest
Jun 9th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/sunflower/application/main.py", line 26, in <module>
  3. app = MainWindow()
  4. File "/opt/sunflower/application/gui/main_window.py", line 707, in __init__
  5. self._load_plugins()
  6. File "/opt/sunflower/application/gui/main_window.py", line 1092, in _load_plugins
  7. plugin_files = self._get_plugin_list()
  8. File "/opt/sunflower/application/gui/main_window.py", line 1079, in _get_plugin_list
  9. plugin_list = filter(lambda item: os.path.isdir(os.path.join(system_path, item)), os.listdir(system_path))
  10. OSError: [Errno 2] No such file or directory: '/home/alad/application/plugins'
  11. Failed running with python2.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement