Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Self ERP
- tensorflow
- test drive development
- pyside6 ui
- django
- uiload
- QApplication
- pyside6
- optimization page
- django erp
- django drf
- 재고 관리
- channels
- materialized
- django rank
- 장고로 ERP
- 파이썬
- orm 최적화
- 중량 관리
- Python
- 장고
- pip 오류
- qwindows.dll
- qpa_plugin
- pip 설치
- 페이지 최적화
- ERP
- django role based
- django test
- query 최적화
Archives
- Today
- Total
취미삼아 배우는 프로그래밍
PySide / Pyqt qpa_plugin error solved(Or not working QApplication) 본문
if error occurs,
env = os.environ
env.setdefault("QT_DEBUG_PLUGINS","1")
env.setdefault("QT_PLUGIN_PATH", os.getcwd())
set environment variable QT_DEBUG_PLUGINS to True and check the displayed error message.
if error occurs when calling dll in platforms folder, it is the error for QT_PLUGINS. so set the folder and copy the file to current script folder and running it would be clearly solved the errors.
'파이썬' 카테고리의 다른 글
PySide6 load .ui without convert to .py (0) | 2022.03.21 |
---|---|
잡무 기강 잡기 -1(원자재 관리) (0) | 2021.09.28 |
pip > permission denied (0) | 2020.09.15 |
파이썬 환경변수 설정 꼬였을 때, (0) | 2020.07.19 |
PDF파일 다루는 프로그램 만들어보기. (0) | 2020.07.05 |
Comments