from wxpy import *
bot = Bot(cache_path=True)

运行以上两行时出现错误

OSError: [WinError -2147221003] 找不到应用程序: 'QR.png' 的解决方法

 

OSError: [WinError -2147221003] 找不到应用程序: 'QR.png' 

 原因:

打开.png文件时没有默认设置为 windows图片查看器打开

或者没有windows自带的查看器(不可能吧...)

解决方法:

先随便找一张.png格式的图片,双击打开图片,选择windows照片查看器,并把“始终使用此应用打开.png文件”前面的小勾打上

OSError: [WinError -2147221003] 找不到应用程序: 'QR.png' 的解决方法

 

 

参考:http://kmanong.top/kmn/qxw/form/article?id=62164&cate=56

相关文章:

  • 2021-12-08
  • 2021-07-15
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2021-07-27
  • 2022-12-23
  • 2021-05-18
  • 2022-01-05
  • 2021-09-29
相关资源
相似解决方案