Python - Module Not Found

后端 未结 6 529
陌清茗
陌清茗 2020-11-27 17:33

I am a beginner with Python. Before I start, here\'s my Python folder structure

-project
----src
------model
--------order.py
------hello-world.py

6条回答
  •  無奈伤痛
    2020-11-27 17:53

    you need to import the function so the program know what that is here is example:

    import os 
    import pyttsx3
    

    i had the same problem first then i import the function and it work so i would really recommend to try it

提交回复
热议问题