Skip to content

Report piechart in Tkinter GUI#9

Open
suchintan-p wants to merge 2 commits intoprashantsengar:masterfrom
suchintan-p:new
Open

Report piechart in Tkinter GUI#9
suchintan-p wants to merge 2 commits intoprashantsengar:masterfrom
suchintan-p:new

Conversation

@suchintan-p
Copy link
Copy Markdown
Contributor

Sample report

"_exceptions" is not an attribute of psutil, hence attribute error was shown.
Used matplotlib.backends.backend_tkagg
@prashantsengar
Copy link
Copy Markdown
Owner

@suchintan-p I am getting an error

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\Prashant\AppData\Local\Programs\Python\Python36\lib\tkinter\__init__.py", line 1699, in __call__
    return self.func(*args)
  File "P:\Projects\TimeTracker\Test\track.py", line 31, in <lambda>
    command=lambda:self.create_report())
  File "P:\Projects\TimeTracker\Test\track.py", line 123, in create_report
    subplot.title.set_text("Report")
AttributeError: 'NoneType' object has no attribute 'title'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants