Page 1 of 1

Where do I get the ffi module/package, a dependancy of _libc

Posted: Sun Oct 19, 2014 11:31 am
by salimfadhley
I'm trying to use the os module from the micropython-lib. That requires _libc which in turn requires a module called ffi. I couldn't see that module in the micopython-lib, nor does it appear to be a builtin on the version of Micropython I'm currently using.

Where am I supposed to get this component?

Re: Where do I get the ffi module/package, a dependancy of _

Posted: Sun Oct 19, 2014 11:36 am
by pfalcon
I replied to ticket you submitted: https://github.com/micropython/micropython-lib/issues/8 .

os module in micropython-lib is intended for POSIX systems. PyBoard port has its own os module.