Page 4 sur 8

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 10 Sep 2014, 21:29
de Vogtinator
I don't know, maybe it works already?
If you get https://github.com/micropython/micropython-lib and install them (the search path is "/documents/ndless") there could be enough available to run numpy. But beware: The more files you have on your nspire, the slower it is :-(

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 10 Sep 2014, 21:44
de Handers
I think I did not understand ^^ because I don't see the link between all those lib could help in running numpy ?
Thanks for the link anyway, it might be fun to try some of the libs :)

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 10 Sep 2014, 21:53
de Vogtinator
That repository contains community-developed implementations of python standard libraries, which are likely needed by numpy.
I'd install micropython on my desktop in a chroot first and try to copy and install micropython-lib and copy the whole folder once numpy works.

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 10 Sep 2014, 22:39
de Handers
Ah ok :) thanks for your help :)

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 11 Oct 2014, 10:33
de torito
hi....im just starting to learn python....but i wanna know how im i suposed to run the test.py.tns from the micropyton.tns..... i mean...what im i supposed to write?? :#fou#: :#fou#: ..thx

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 11 Oct 2014, 10:36
de Lionel Debroux
You could run test.py.tns directly from outside micropython.tns, thanks to the file association feature of Ndless.

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 27 Oct 2014, 23:23
de Vogtinator
A new version is ready.
Changes:
-No crashes anymore (I couldn't produce any)
-Improved input method (like PC, hold shift for upper case)
-Exit with ESC or "quit"
-Latest upstream version of micropython
-nsp.Texture class (Documentation)

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 27 Oct 2014, 23:27
de Bisam
Thanks for these changes... I'll get a try as soon as tomorrow.

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 28 Oct 2014, 04:15
de Adriweb
Thanks, (tested and working great so far)
Updated the archive :)

Re: Le Python et la Nspire enfin réunis grâce à "Micro Pytho

Message non luPosté: 28 Oct 2014, 07:14
de Lionel Debroux
I've (belatedly) made a topic about pyWrite on TI-Planet: viewtopic.php?f=17&t=15440 .
You'd have had more replies and earlier feedback on TI-Planet, Fabian - notice that Adriweb and Bisam are the ones who made the most useful contributions on the Omnimaga topic :)

Omnimaga and Cemetech don't care much about Micro Python and its ecosystem... their loss after all.