Aloha admins please help

I have been having trouble with my pysnip server on linux. The status page can’t seem to show the map overview and I was wondering if you guys could help. The paste-bin below is a small log of what happens when the status page is parses.

^paste-bin link

http://69.175.123.234:32884/
^status page link


favicon.ico

Definitely a Danko question…

Danke*

Looks like you need zlib, or pil isn’t linking to zlib properly.

How would I get it?

python -m easy_install pip && pip install pillow
or
python -m easy_install pillow # not sure if this one works, can’t test right now

modify feature_server/statusserver.py:
change “import Image” to “from PIL import Image”

log of what happens when a player tries to get the overview:


favicon.ico

python -m easy_install pip && pip install pillow
or
python -m easy_install pillow # not sure if this one works, can’t test right now

modify feature_server/statusserver.py:
change “import Image” to “from PIL import Image”