Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling on Fedora 32 using Python 3 fails #129

Open
Finnboy94 opened this issue Sep 12, 2020 · 2 comments
Open

Compiling on Fedora 32 using Python 3 fails #129

Finnboy94 opened this issue Sep 12, 2020 · 2 comments

Comments

@Finnboy94
Copy link

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'                                                                

@Finnboy94 Finnboy94 changed the title Compiling on Fedora 33 using Python 3 fails Compiling on Fedora 32 using Python 3 fails Sep 12, 2020
@Finnboy94
Copy link
Author

That's to say, Fedora 32.

@soundmud
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants