0 Members and 1 Guest are viewing this topic.
Hi,have some questions about micropython (just trying to ask vogtinator, but it seems he is busy now):-use nspire cx cas-os 4.4.0.532-nspire 4.4 installed-micropython 146 started and terminated as told (also tried 134)-get no .py.tns file started (also such with i=1 and print(i) as 2 lines Content)
-nassembler also doesnt start, gives the 'file format not supported' error
-how to enter the ' sign? Didnt find it. Also the graphic at TI planet shows several special keys but not this sign
-can't use pyWrite. It starts, I can write my 2 lines (i=1, print(i)), can save it with adding .py.tns. Can see them by open function in pyWrite, also can load, edit and save again. But RUN doesnt do anything
-starting such a saved .py.tns file also doesn't work, same file error-is there a list of the micropython commands? Trying several commands from tutorials giving mostly File Error
Hope to find some help.thanksklaus
Quote from: Chirlian on February 28, 2017, 07:39:34 pmHi,have some questions about micropython (just trying to ask vogtinator, but it seems he is busy now):-use nspire cx cas-os 4.4.0.532-nspire 4.4 installed-micropython 146 started and terminated as told (also tried 134)-get no .py.tns file started (also such with i=1 and print(i) as 2 lines Content)QuoteCheck your ndless.cfg.tns.
Check your ndless.cfg.tns.
Quote-how to enter the ' sign? Didnt find it. Also the graphic at TI planet shows several special keys but not this signIndeed, it's not available on CX...Quote-can't use pyWrite. It starts, I can write my 2 lines (i=1, print(i)), can save it with adding .py.tns. Can see them by open function in pyWrite, also can load, edit and save again. But RUN doesnt do anythingYou need to configure the path to micropython.Quote-starting such a saved .py.tns file also doesn't work, same file error-is there a list of the micropython commands? Trying several commands from tutorials giving mostly File ErrorIt's a basic subset of python.