python
负T
虽然上完了4年的大学 但是还是什么也不会
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ImportError: libGL.so.1: cannot open shared object file: No such file or directory缺少共享库
** centos7 import cv2 报错 ImportError: libGL.so.1: cannot open shared object file: No such file or directory 解决方式 yum install mesa-libGL.x86_64原创 2022-03-14 14:14:15 · 1620 阅读 · 0 评论 -
pyinstaller打包后,配置文件无法正常读取
import os file = os.path.dirname(os.path.abspath(__file__)) cf = configparser.ConfigParser() print(file) cf.read('data.ini') 先获取绝对路径在读取原创 2020-06-24 14:12:27 · 1956 阅读 · 0 评论
分享