Heim  >  Fragen und Antworten  >  Hauptteil

PYTHON 根目录主程序导入子目录下的所有模块, 提示模块找不到

目录结构如此:

main.py:

from new1 import * 

fun1()

__init__.py

from app.py import * 

app.py中定义了 fun1方法

出现的问题:

我是那里写错了吗, python3.5

巴扎黑巴扎黑2765 Tage vor786

Antworte allen(1)Ich werde antworten

  • PHPz

    PHPz2017-04-18 10:20:54

    __init__.py:

    from new1.app import *

    Antwort
    0
  • StornierenAntwort