brain-workshop / brainworkshop

Continued development of the popular brainworkshop game
GNU General Public License v2.0
235 stars 39 forks source link

wtf is wrong with my system.... #56

Open addeps3 opened 8 months ago

addeps3 commented 8 months ago

Hi. For some goddamn idiotic reason, my Fedora 38 system just wont run this with any python. AVBin is missing, but it should run anyway. (Fucking building only results in: "cant find avbin.so file" during install.sh step.)

With Python3:

python3 brainworkshop.pyw File "..../brainworkshop/brainworkshop.pyw", line 732 print _('AVBin not detected. Music disabled.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I checked for pyglet, its >2.0, the repo-search cant find "futurize", anything relevant to "past" and "future" and fedora is shit. Python2, just results in a black window, then Seg fault.

xantares commented 7 months ago

I think thats still python 2.x