With soundrts 1.3.5, trying
python setup.py build
on Fedora 33 gave this error:
[user@palvelin soundrts]$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 31, in
TMP = os.environ["TMP"]
File "/usr/lib64/python3.8/os.py", line 675, in getitem
raise KeyError(key) from None
KeyError: 'TMP'
At the moment, setup.py is only supposed to build the Windows executable.
It should be possible to launch the game with a "python soundrts.py" command.
With soundrts 1.3.5, trying python setup.py build on Fedora 33 gave this error: [user@palvelin soundrts]$ python setup.py build Traceback (most recent call last): File "setup.py", line 31, in
TMP = os.environ["TMP"]
File "/usr/lib64/python3.8/os.py", line 675, in getitem
raise KeyError(key) from None
KeyError: 'TMP'