I find the `from aemulator import *` line fails in Python 3.6 I think because of the relative path. This works: `from Aemulator.aemulator import *`