google / google/openhtf

module 'openhtf.output.callbacks.mfg_inspector' has no attribute 'MIMETYPE_MAP'

Open
#887 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
722
Forks
237
Avg merge
11h 31m
Merged PRs (30d)
4

Description

Tried to run frontend_example.py and got the following

```
(master)*$ python3 frontend_example.py
Traceback (most recent call last):
File "frontend_example.py", line 21, in
from openhtf.output.servers import station_server
File "/home/user/projects/myproject/lib/python3.7/site-packages/openhtf/output/servers/station_server.py", line 36, in
v: k for k, v in six.iteritems(mfg_inspector.MIMETYPE_MAP)
AttributeError: module 'openhtf.output.callbacks.mfg_inspector' has no attribute 'MIMETYPE_MAP'
```

I need to write a GUI for my tests and would be nice to have a working frontend_example.py

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.