Replies: 1 comment 1 reply
-
C++ files get compiled into .bin |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome, beloved Alpaca community.
I've been fiddling around with Alpaca's built-in code execution terminal, however I'm kinda confused. I believe this error is on my end though, because...
Look at this example:
I press the "play" button on the top right ...

... and the process fails to find the specific file:

(German for "No such file or directory")
I then looked at Alpaca's code for this very widget, and it seems like the wrong file extension is being used:
(file
terminal_widget.py
, lines 96-100)The actual file is right there! See?
What am I missing here?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions