stuntcat icon indicating copy to clipboard operation
stuntcat copied to clipboard

Dependency missing?

Open AokiAhishatsu opened this issue 9 months ago • 1 comments

I tried install and running on current Kali today an got:

└─$ ./myvenv/bin/python -m stuntcat            
pygame 2.6.1 (SDL 2.28.4, Python 3.13.3)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/home/kali/myvenv/lib/python3.13/site-packages/stuntcat/__init__.py", line 6, in <module>
    from stuntcat import game
  File "/home/kali/myvenv/lib/python3.13/site-packages/stuntcat/game.py", line 20, in <module>
    from stuntcat.gifmaker import GifMaker
  File "/home/kali/myvenv/lib/python3.13/site-packages/stuntcat/gifmaker.py", line 20, in <module>
    import distutils.spawn
ModuleNotFoundError: No module named 'distutils'

Can be fixed with pip install setuptools but still annoying

AokiAhishatsu avatar Jul 04 '25 08:07 AokiAhishatsu