為什么我無(wú)法引入模塊?
Traceback (most recent call last):
? File "pdf.py", line 1, in <module>
? ? from pdfminer3k.convert import PDFPageAggregator
ModuleNotFoundError: No module named 'pdfminer3k'
提示錯(cuò)誤是這樣顯示的
Traceback (most recent call last):
? File "pdf.py", line 1, in <module>
? ? from pdfminer3k.convert import PDFPageAggregator
ModuleNotFoundError: No module named 'pdfminer3k'
提示錯(cuò)誤是這樣顯示的
2017-01-08
舉報(bào)
2017-01-08
發(fā)現(xiàn)是自己寫錯(cuò)的。。。太粗心了