9
Khi nhập docx trong python3.3, tôi gặp lỗi ImportError: Không có mô-đun nào có tên 'ngoại lệ'
khi nhập docxtôi gặp lỗi này: >File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/docx-0.2.4-py3.3.egg/docx.py", line 30, in <module> from exceptions import PendingDeprecationWarning ImportError: No module named 'exceptions' Làm thế nào để sửa lỗi này ( python3.3, docx 0.2.4)?