HP Forums
Running a Python Program - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Running a Python Program (/thread-20192.html)



Running a Python Program - matalog - 07-18-2023 07:05 PM

I have a python program that I call from windows command prompt using

"python prog.py otherfile.xyz" and it runs fine, the first python program is now using the otherfile as a data file.


Is there a way for me to have that happen on the HP Prime, run the programs the same way? At least to test if they work on the HP Prime, or if they need altering for Micropython?