kitao / pyxel

A retro game engine for Python
MIT License
15.31k stars 847 forks source link

pyxel run of .pyxapp file results in "no such file: 'filename.pyxapp.py' #534

Closed k-laig closed 7 months ago

k-laig commented 7 months ago

On Debian 12 in Fish Shell. pyxel run .py files does work.

DiddiLeija commented 7 months ago

To open a .pyxapp file, you should use pyxel play instead of pyxel run (which seems to be made for .py files) ;)

Seems like this is no longer mentioned in the docs (that should be the reason of your issue), so this is more a documentation issue rather than a bug.

k-laig commented 7 months ago

Oh yeah, tysm. Should I open another issue to ask for docs addition?