Code Monkey home page Code Monkey logo

checkmails's People

Contributors

j4321 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

checkmails's Issues

Tkinter not picking up ButtonPress events in KDE

In a kde/plasma environment when the mouse hover over the icon, a bubble is displayed with the app
icon and the string "!icon" but right-clicking on the icon does not open the menu.

However, replacing self.bind('<Button-3>', self._popupmenu) by self.bind('<Enter>', self._popupmenu) make the menu appear when the mouse enters the icon, so Enter and Leave events are picked up.

ValueError raised by after_cancel in Python 3.6.5

On start-up, after giving the password:

Traceback (most recent call last):
  File "/usr/bin/checkmails", line 27, in <module>
    app = CheckMails()
  File "/usr/lib/python3.6/site-packages/checkmailslib/check.py", line 125, in __init__
    self.get_info_conn()
  File "/usr/lib/python3.6/site-packages/checkmailslib/check.py", line 217, in get_info_conn
    self.after_cancel(self.check_id)
  File "/usr/lib/python3.6/tkinter/__init__.py", line 769, in after_cancel
    raise ValueError('id must be a valid identifier returned from '
ValueError: id must be a valid identifier returned from after or after_idle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.