Search found 3667 matches

by Roberthh
Tue Aug 11, 2015 8:11 pm
Forum: Development of MicroPython
Topic: Micropython 1.4.5 does not compile on unix
Replies: 6
Views: 9118

Micropython 1.4.5 does not compile on unix

The version published tody does not compile on unix. Calling make results in: ~/Downloads/MicroPython/micropython-master/unix$ make Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. mkdir -p build/genhdr GEN build/genhdr/qstrdefs.generated.h Traceback (most recent ca...
by Roberthh
Thu Aug 06, 2015 8:14 am
Forum: General Discussion and Questions
Topic: Unexpected behaviour of REPL prompt
Replies: 3
Views: 6554

Re: Unexpected behaviour of REPL prompt

Thanks for fixing that
Robert
by Roberthh
Mon Jul 27, 2015 9:54 am
Forum: Programs, Libraries and Tools
Topic: Simple terminal (VT100) editor widget (and other widgets)
Replies: 22
Views: 34124

Re: Simple terminal (VT100) editor widget

Thanks for the update. It is always useful. I continued my spinoff from your ideas a little bit, and sometimes I'm even using it for fast On-Board chages with PyBoard. It got more a program editor than a widget, but useful enough for the purpose. Best regards.
by Roberthh
Fri Jul 24, 2015 4:26 pm
Forum: General Discussion and Questions
Topic: Unexpected behaviour of REPL prompt
Replies: 3
Views: 6554

Unexpected behaviour of REPL prompt

By chance I determined an bahviour of the REPL prompt, which differs from standard python. If at the >>> prompt I enter: print ("[2J") I get the REPL continuation prompt: ... until I press Ctrl-D, which the prints the expected string [2J. I do not know whether this is intentional, but it's different...
by Roberthh
Tue Jun 09, 2015 5:52 am
Forum: General Discussion and Questions
Topic: Micropython Download Site seems strange
Replies: 5
Views: 7516

Micropython Download Site seems strange

Hello all,

since Sunday June 7, the site http://micropython.org/download/ looks strange. The most recent build is the one from May 17, where before it updated daily, and the changelog-page is empty.

Regards
by Roberthh
Sun May 17, 2015 11:54 am
Forum: Programs, Libraries and Tools
Topic: Simple terminal (VT100) editor widget (and other widgets)
Replies: 22
Views: 34124

Re: Simple terminal (VT100) editor widget

Thanks for the response. I never used github, so I was a little bit shy to do so. Meanwhile I have placed the stuff there under https://github.com/robert-hh/Pyboard-Editor in a slightly fixed version. I'm stll working on it a little bit, searching for bugs (aka unintended features) and trying to red...
by Roberthh
Sat May 16, 2015 3:21 pm
Forum: Programs, Libraries and Tools
Topic: Simple terminal (VT100) editor widget (and other widgets)
Replies: 22
Views: 34124

Re: Simple terminal (VT100) editor widget

Hello Pfalcon, searchug for Python code, that woudl allow me to do small bug fixes onboard, I found your seditor.py and editor.py. I ported them to PyBoard, which was not too complicated. Since your code is so nice and clean written, I could not resist adding a few featueres, which help in editing P...