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 | 29 | 30 |
Tags
- 유니티
- python
- pandas
- Linux
- tensorflow
- ubuntu
- port
- 리눅스
- mssql
- MS-SQL
- GIT
- ASP
- urllib
- PyQt
- javascript
- 라즈베리파이
- MySQL
- IOS
- Unity
- PyQt5
- 다이어트
- 날짜
- 함수
- Excel
- swift
- sqlite
- 맛집
- flutter
- node.js
- PER
Archives
아미(아름다운미소)
python "No module win32com.client"오류 발생시 본문
pip와 함께 설치할 수있는 PyPI에 pywin32 버전이 있습니다. pypiwin32라고하며 바이너리 휠 형식을 사용하여 패키지를 설치합니다.
https://pypi.python.org/pypi/pypiwin32
pip install pypiwin32
'랭귀지 > python' 카테고리의 다른 글
python list (0) | 2018.10.10 |
---|---|
Python SQLite 쿼리 (0) | 2018.10.09 |
python 정규식 표현 중 자주 사용되는 패턴 (0) | 2018.10.07 |
[ python] Extract sentences with specific words in a text file (0) | 2018.10.05 |
python 필요없는 문자, 특수문자, 공백 제거는 정규식 (0) | 2018.10.04 |
Comments