Search found 35 matches

by ProudPagan
Sun Apr 14, 2019 4:16 am
Forum: ESP8266 boards
Topic: Bignum limitations on ESP8266 boards
Replies: 3
Views: 2334

Bignum limitations on ESP8266 boards

Hi, On the ESP8266 MicroPython prompt when I type: >>> 3 ** 5000 the board resets itself. This is the output I get on the terminal. ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x40100000, len 31016, room 16 tail 8 chksum 0x9d load 0x3ffe8000, len 1096, room 0 tail 8 chksum 0x13 load 0x3ffe8450,...
by ProudPagan
Sat Apr 13, 2019 12:35 pm
Forum: General Discussion and Questions
Topic: ure.sub not available in v1.10?
Replies: 8
Views: 4247

Re: ure.sub not available in v1.10?

Thanks!

It works. I am curious how you compiled this.
by ProudPagan
Sat Apr 13, 2019 6:31 am
Forum: General Discussion and Questions
Topic: ure.sub not available in v1.10?
Replies: 8
Views: 4247

Re: ure.sub not available in v1.10?

I compiled MicroPython from the Github sources at:
https://github.com/micropython/micropyt ... ts/windows

cross compiled for Windows using Ubuntu sub-system.

Thanks.
by ProudPagan
Fri Apr 12, 2019 3:55 pm
Forum: General Discussion and Questions
Topic: ure.sub not available in v1.10?
Replies: 8
Views: 4247

Re: ure.sub not available in v1.10?

I get this:

>>> help (ure)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'help' isn't defined
>>>

I seem to be missing something.
by ProudPagan
Fri Apr 12, 2019 9:02 am
Forum: General Discussion and Questions
Topic: ure.sub not available in v1.10?
Replies: 8
Views: 4247

ure.sub not available in v1.10?

Hi, I am developing my MicroPython code on Windows and I see an error when trying to use ure.sub ... However, the docs say this should be available. D:\micropython.exe MicroPython v1.10-278-g673e154df on 2019-04-12; win32 version Use Ctrl-D to exit, Ctrl-E for paste mode >>> import ure >>> xx="a sim...