Re: [pygame] Solarwolf on python3.6

2017-02-02 Thread Leif Theden
+1 for py3.6 support! On Tue, Jan 24, 2017 at 12:01 AM, René Dudfield wrote: > Hello, > > so I started porting Solarwolf to a newer python. > > python3.6 -m venv anenv > . ./anenv/bin/activate > pip install --pre solarwolf > solarwolf > > Anyone able to give it a test run? > >

[pygame] Solarwolf on python3.6

2017-01-23 Thread René Dudfield
Hello, so I started porting Solarwolf to a newer python. python3.6 -m venv anenv . ./anenv/bin/activate pip install --pre solarwolf solarwolf Anyone able to give it a test run? https://github.com/pygame/solarwolf I couldn't be bothered making it a python 2 compatible source at the same time.