pixelflut icon indicating copy to clipboard operation
pixelflut copied to clipboard

Syntax error when running Pixelflut on Python 3.10

Open zalintyre opened this issue 2 years ago • 2 comments

I tried to run Pixelflut on Ubuntu 22.04. Maybe the python version is too new? Which version should I use?

$ python3 --version && python3 pixelflut.py brain.py
Python 3.10.6

  File "pixelflut.py", line 22
    async = spawn
          ^
SyntaxError: invalid syntax

zalintyre avatar Mar 07 '23 13:03 zalintyre

Based on #23 pixelflut is written in python2 not python3.

Skgland avatar Mar 07 '23 17:03 Skgland

can somebody port this to python3?

Xentox-Phil avatar Dec 29 '23 21:12 Xentox-Phil