You are not logged in.
Pages: 1
I ultimately had to reinstall Cygwin in order to do anything on it. Unfortunately, I keep getting errors preventing me from doing literally anything. The latest:
Traceback (most recent call last):
File "extras/pokemontools/gfx.py", line 5, in <module>
import png
ImportError: No module named png
Makefile:71: recipe for target 'gfx/tilesets/flower/flower1.2bpp' failed
make: *** [gfx/tilesets/flower/folwer1.2bpp] Error 1
Offline
lynx -source bootstrap.pypa.io/get-pip.py | python
pip install pypng
This is no longer necessary as of this commit (same for pokered) https://github.com/pret/pokecrystal/com … 993455410c.
Last edited by comet (2016-02-18 08:04:37)
Offline
Pages: 1