Cannot get to the cause of this error citing MemoryError:

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
fma
Posts: 164
Joined: Wed Jan 01, 2014 5:38 pm
Location: France

Re: Cannot get to the cause of this error citing MemoryError

Post by fma » Wed Jun 25, 2014 7:15 am

Modules like threading are not planned to be ported at all; if you rely on it, you will have to switch to another solution, like asyncio.

I also have a project to migrate this way...
Frédéric

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Cannot get to the cause of this error citing MemoryError

Post by dhylands » Wed Jun 25, 2014 7:42 am

Well there is hope if you or someone else ports the missing modules.

I wouldn't count on it happening soon. Although if you're using a Raspberry Pi, there is 512 Mb of RAM, so you can just use regular python.

Post Reply