qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.03k stars 191 forks source link

No code will execute! #212

Open abraha2 opened 1 year ago

abraha2 commented 1 year ago

Hi, I just downloaded this app today, and I can't get ANY script to function. Not even a simple file containing print("Hello, World") I write a script. I save it. I run it. The shell will open for a split second, and display this message:

/mnt/expand/95674edc-ad21-47c1-943e-c64bb ff3c075/user/0/org.qpython.qpy/files/bin/ qpython3.sh "/storage/emulated/0/qpython/ user-scripts/test_environments/Hello worl d test for v2.py" && exit o world test for v2.py" && exit

Please help 🙏

abraha2 commented 1 year ago

(accidentally closed the issue, oops)

Kaki-In commented 1 year ago

The message is only the command that executes the script. Does it work with waiting for some time? If it doesn't work, try maybe removing the spaces (" ") in the name of the path to the file, and retry.