上传者: 38658085
|
上传时间: 2022-03-08 16:48:29
|
文件大小: 34KB
|
文件类型: -
Traceback (most recent call last):
File /usr/flink/alert/server/greeter_server.py, line 8, in
from example import helloworld_pb2, helloworld_pb2_grpc
ModuleNotFoundError: No module named 'example'
1、Python中,每个py文件被称之为模块,每个具有_init_.py文件的目录被称为包。只要模块或者包所在的目录在sys.path中,就可以使用import模块或者import包来使