Compiling in unix and no "struct" module available
Posted: Sat Jun 13, 2015 6:06 pm
I can't seem to get the struct module when compiling in the unix folder
Am I doing something wrong here?
Code: Select all
$ cd unix
$ make
$ ./micropython
Micro Python v1.4.3-150-ga19ba5f on 2015-06-13; linux version
>>> import struct
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'struct'