$OpenBSD$ --- setup.py.orig Sun Oct 30 14:57:15 2011 +++ setup.py Sun Oct 30 14:57:30 2011 @@ -22,7 +22,7 @@ import sys WINDOWS = sys.platform.startswith('win') MAC = sys.platform.startswith('darwin') -LINUX = sys.platform.startswith('linux') +LINUX = sys.platform.startswith('openbsd') NO_WINDOWS = ''' Sorry, the use of setup.py is not supported yet for Windows.