pieface_gui.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:PIEFACE 作者: jcumby 项目源码 文件源码
def find_updates(self, verbose=True):
        """ Run check_update and as user whether to update. """
        if self.check_update():
            if tkMessageBox.askyesno('Download update', 'An updated version of PIEFACE exists, do you want to download it?'):
                webbrowser.open('https://github.com/jcumby/PIEFACE/releases/latest')
        else:
            if verbose:
                tkMessageBox.showinfo('Update','PIEFACE is up to date')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号