https://bugs.kde.org/show_bug.cgi?id=368970

--- Comment #6 from Gregor Mi <codestr...@posteo.org> ---
Ah, sorry, here is the example code that I experimented with:
http://pythonhosted.org/arcade/examples/sprite_move_walls.html (the first
non-comment statement is import arcade).

I installed arcade as described here:
http://pythonhosted.org/arcade/installation_linux.html

#virtualenv ~/.virtualenvs/arcade -p python3
#instead of the above line, for openSUSE 42.1 I installed the opt python35
package because python >= 3.5 is required:
https://software.opensuse.org/package/opt-python35
virtualenv ~/.virtualenvs/arcade -p /opt/python/bin/python3.5
source ~/.virtualenvs/arcade/bin/activate
pip install arcade
# takes a while

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to