how the heck do i run simple python code in phoenix? #1111
-
I can see the live preview for the html file, but i don't see a terminal or even the "run" button to run code and see the output. Help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you want the code to run on your own computer that is running the browser with phoenix, or on a remote webserver? If the latter, you need the webserver to be running Node.js. You need to launch a shell running within javascript: |
Beta Was this translation helpful? Give feedback.
Sorry, I misunderstood. I thought you wanted to run a python-driven website built using Phoenix. You cannot directly run a python program that you have edited with Phoenix from inside the Phoenix editor. Try this instead: https://eric-ide.python-projects.org/
which is specifically for editing python projects.