I've already set python2 as the default python, and the command I used to extract the game was:
tar -xjvpf \[4ls\]_katawa_shoujo_1.1-\[linux-x86\]\[B5C707D5\].tar.bz2
X to extract
J for Bzip2 compression
V so I could see progress
P so all the executable files would be appropriately marked
F for the fiename
I know the file was intact because I used the bittorrent link.
When I run Katawa Shoujo.sh, I get:
Code: Select all
/media/truecrypt16/Katawa Shoujo-linux-x86/lib/python: line 23: /media/truecrypt16/Katawa Shoujo-linux-x86/lib/linux-x86/python.real: No such file or directory
/media/truecrypt16/Katawa Shoujo-linux-x86/lib/python: line 23: /media/truecrypt16/Katawa Shoujo-linux-x86/lib/linux-iliad/python.real: No such file or directory
Could not find a python that runs on your platform. Sorry.
Code: Select all
Traceback (most recent call last):
File "Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 170, in bootstrap
renpy.display.presplash.show(options.presplash)
File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/display/presplash.py", line 80, in show
import pygame.display
ImportError: No module named pygame.display
Traceback (most recent call last):
File "Katawa Shoujo.py", line 132, in <module>
renpy.bootstrap.bootstrap(renpy_base)
File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/bootstrap.py", line 242, in bootstrap
renpy.import_all()
File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/__init__.py", line 60, in import_all
import renpy.display.pgrender
File "/media/truecrypt16/Katawa Shoujo-linux-x86/renpy/display/pgrender.py", line 24, in <module>
import pygame
ImportError: No module named pygame
Exception TypeError: "poll() got an unexpected keyword argument '_deadstate'" in <bound method Popen.popen_del of <subprocess.Popen object at 0x1bb1910>> ignored