issues
cynosurechan opened this issue · 6 comments
cynosurechan commented
为甚么我运行了以后显示没有module buildip,我去cmd窗口也装不了改数据库
yingjinghuang commented
你是否把运行的py文件与buildip.py文件放在了同一目录下?
cynosurechan commented
是的。这样是不是不可以呢,那我要怎么修改呢。
发自我的 iPhone
… 在 2019年4月21日,11:26,IvyWong ***@***.***> 写道:
你是否把运行的py文件与buildip.py文件放在了同一目录下?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
yingjinghuang commented
start.py, clawer.py, buildip.py和pid.csv四个文件都要放在同一工作目录下。这样才能在start.py运行时成功import buildip。
cynosurechan commented
好的谢谢你
发自我的 iPhone
… 在 2019年4月21日,11:59,IvyWong ***@***.***> 写道:
start.py, clawer.py, buildip.py和pid.csv四个文件都要放在同一工作目录下。这样才能在start.py运行时成功import buildip。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
cynosurechan commented
我直接用pccharm打开的start.py然后run发现说没有module requests,要怎么解决呢
发自我的 iPhone
… 在 2019年4月21日,11:59,IvyWong ***@***.***> 写道:
start.py, clawer.py, buildip.py和pid.csv四个文件都要放在同一工作目录下。这样才能在start.py运行时成功import buildip。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
yingjinghuang commented
不知道你的python版本是什么,一般来说,python3是内置requests的。如果没有,去cmd窗口pip install requests