How can I catch a file not found type erorr while using wxFileConfig in wxPython?

后端 未结 0 1386
耶瑟儿~
耶瑟儿~ 2020-12-20 23:48

I have something like this:

self.locale_directory = os.getcwd() + "/locale"
if os.path.exists(self.locale_directory):
    self.file_content = wx.Fil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题