Python + BGE Python to talk to Arduino

This is oyur setup. The python interpreter is telling you it does not know a module with the name “serial”. I guess it is part of your arduino API. It is simply not in your python search path.

To add it to the python search path, you either extend the search path or you place these modules inside the current search path.