jmdejong / Asciifarm

Multiplayer ascii-graphics based RPG/farming game
GNU General Public License v3.0
65 stars 4 forks source link

Missing modules #25

Closed Tokeli closed 5 months ago

Tokeli commented 3 years ago
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/tokeli/farm/asciifarm/client/__main__.py", line 10, in <module>
    from . import main
  File "/home/tokeli/farm/asciifarm/client/main.py", line 15, in <module>
    from ratuil.screen import Screen
ModuleNotFoundError: No module named 'ratuil.screen'

Looks like the farm hasn't kept up!

jmdejong commented 3 years ago

I haven't really been maintaining this anymore since I started the rust server with a separate client:

see rustifarm and asciifarm-client for the more up to date implementations.

The problem is incompatibility with the more recent versions of ratuil I can try to see if this is easy to solve, or otherwise to see if an older ratuil version would work. I suspect that ratuil 0.1.0 and below should be compatible with this asciifarm repo.

RickyZimmermann commented 6 months ago

Too bad. I dont want to use rust Do you have a old backup maybe? That source is just not working anymore.

I realy need it in xterm, terminal, termux, or cmd.

jmdejong commented 6 months ago

I've included a compatible version of ratuil in the repo so there are no external dependencies anymore