課程
/后端開發(fā)
/Python
/Python辦公自動(dòng)化
from?mysqlhelper?import?*
報(bào)錯(cuò)
unresolved?reference?'mysqlhelper'
2021-07-15
源自:Python辦公自動(dòng)化 3-9
正在回答
我的這樣就不報(bào)錯(cuò)了
要編寫muysqylhelper.py文件,放在同目錄下
慕先生6470756 提問者
舉報(bào)
以實(shí)際工作場(chǎng)景出發(fā),利用python高效快捷覆蓋全方位辦公自動(dòng)化內(nèi)容。
1 回答這 from mysqlhelper import * 為啥報(bào)錯(cuò)
1 回答from mysqlhelper import * ModuleNotFoundError: No module named 'mysqlhelper'
1 回答import xlrd報(bào)錯(cuò)
1 回答未使用的導(dǎo)入語句“ import xlrd”
1 回答報(bào)錯(cuò)invalid syntax
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2021-08-28
2021-07-15
要編寫muysqylhelper.py文件,放在同目錄下