06 2019 档案

摘要:self.m_panel4 = wx.Panel( self.m_notebook5, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, wx.TAB_TRAVERSAL )#添加下面两行self.icon1=wx.Icon(name="sunny.ico",type=wx.BITMAP_TYPE_ICO)self.SetIcon(self.icon1)... 阅读全文
posted @ 2019-06-06 18:05 mountain_sun 阅读(730) 评论(0) 推荐(1)
摘要:1.在PyCharm中按Alt+F12打开Terminal对话框 1.1我的项目文件放在wxpython目录下,D:\learn\Weather index insurance\wxpython>pyinstaller -F -w teaindex_main.py 1.2运行结束后在D:\learn 阅读全文
posted @ 2019-06-04 17:30 mountain_sun 阅读(3321) 评论(0) 推荐(0)