AttributeError:'module' object has no attribute 'call' :Python

前端 未结 2 1305
遇见更好的自我
遇见更好的自我 2021-01-13 08:22

I am new to python and not knowing whats going on here. I have tried searching a lot but had to end up asking here

I am trying to learn subprocess which executes a s

2条回答
  •  心在旅途
    2021-01-13 09:00

    You called your file subprocess.py, change then name and you will be ok. You are trying to import from your file and not the module

提交回复
热议问题