9
Quando importi docx in python3.3 ho l'errore ImportError: Nessun modulo denominato "eccezioni"
quando importi docxho questo errore: >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' Come correggere questo errore ( python3.3, docx 0.2.4)?