Hi, Here is an issue I encountered: Python (26) installed (FreeBSD-8) with the following added options: pth & sem When tying to build pygame from port, it breaks on pth /usr/local/include/python2.6/Python.h line 168 solution; replace: #include <pth.h> with: #include <pth/pth.h> Thanks, Martin