找不到保存在另一个子目录中的模块

时间:2018-09-26 16:44:16

标签: python

我有一个要导入会话的Python文件。文件结构如下所示

Bitmap picture = (Bitmap) data.getExtras().get("data");

我正在尝试从export_inference_graph文件导入pipeline_pb2。

但是,出现以下错误。

<li *ngIf="directionLinks" class="page-item" [class.disabled]="!hasPrevious() || disabled">
    <a aria-label="Previous" i18n-aria-label="@@pagination.previous-aria"class="page-link" href (click)="!!selectPage(page-1)"
      [attr.tabindex]="(hasPrevious() ? null : '-1')">
      <myCustomIcon aria-hidden="true"></myCustomIcon >
      <span class="sr-only" i18n="@@pagination.previous"></span>
    </a>
  </li>

我也尝试了以下方法,每个方法都导致相同的错误。

-object_detection
--__init__.py
--export_inference_graphy.py
--protos 
---__init__.py
---pipeline_pb2.py

0 个答案:

没有答案