Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report piechart in Tkinter GUI #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Report piechart in Tkinter GUI #9

wants to merge 2 commits into from

Conversation

suchintan-p
Copy link
Contributor

Sample report

"_exceptions" is not an attribute of psutil, hence attribute error was shown.
Used matplotlib.backends.backend_tkagg
@prashantsengar
Copy link
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.

None yet

2 participants