Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. If statement success!
  2. Traceback (most recent call last):
  3. File "/mnt/script/main.py", line 266, in <module>
  4. run(**read_configs(cfg, dir_cfg))
  5. File "/mnt/script/main.py", line 178, in run
  6. utils.find_folder(firm_dir, ['DROPBOX', project_path])
  7. File "/mnt/script/ContextMap.py", line 49, in wrapper
  8. func(self, *arg, **kwargs)
  9. File "/mnt/script/ContextMap.py", line 150, in project_information
  10. fig = plt.figure(figsize=(8.27, 11.69))
  11. File "/usr/local/lib/python3.5/dist-packages/matplotlib/pyplot.py", line 525, in figure
  12. **kwargs)
  13. File "/usr/local/lib/python3.5/dist-packages/matplotlib/backend_bases.py", line 3218, in new_figure_manager
  14. return cls.new_figure_manager_given_figure(num, fig)
  15. File "/usr/local/lib/python3.5/dist-packages/matplotlib/backends/_backend_tk.py", line 1008, in new_figure_manager_given_figure
  16. window = Tk.Tk(className="matplotlib")
  17. File "/usr/lib/python3.5/tkinter/__init__.py", line 1871, in __init__
  18. self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
  19. _tkinter.TclError: couldn't connect to display ":0"
  20. Warning: qgis.bin: cannot connect to X server :0
  21. access control enabled, only authorized clients can connect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement