Closed son-link closed 3 months ago
As I see it, this is not an issue with Pyxel, but a problem related to your project. Apparently it relies on a ticoban.py
file, which AFAIK is not a Pyxel thing. Check if your project has a file with that name, I believe that would help you better.
(NOTE: Just to verificate that Pyxel is unrelated to your issue, you can try running python game.py
, without relying on pyxel run
).
Sorry, I had so long without touching the code that I had it separated into several files, one of them rock, and the habit that in the Fantasy Consoles this all the code in a file, it made me forget completely and did not copy all the files to the Raspberry Pi or a Docker that I am for this. Sorry for the inconvenience.
P.S.: I'm also doing all this to get a port for emulator consoles, such as the RS36S, Ambernic, etc. If all goes well, I will explain the steps for those of you interested
Good afternoon.
I'm testing my projects on my Raspberry Pi 4 with aarch64, but when I run
pyxel run game.py
I get this error:I tried to install the requested module, but I get another error,
ImportError: cannot import name 'Rock' from 'rock' (/home/pi/ticoban/venv/lib/python3.9/site-packages/rock/__init__.py)
.I've been looking, but I can't find a solution, and I don't see that Pyxel depends on such a module.
Does anyone know how to fix it? Thanks in advance