You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: