Wanting to use / run the code in Tinspire cx 2 CAS built in python system
tyler3802 opened this issue · 1 comments
tyler3802 commented
The software keeps bringing up errors for numpy and i would assume the other import functions. Since it seems like the tinspire cx 2 cas is unable to use the import function, is there another way to have it be run? @rnelsonchem
mhvwerts commented
I do not know the Tinspire system that you are referring to, but I understand that it is a version of Python embedded in a Texas Instruments pocket calculator. This TI system apparently does not include the numpy
and scipy
libraries, which are needed by phCalc
(hence the import
errors). So, unfortunately, in its present form, it will not be possible to run phCalc
on your pocket calculator.