Traceback (most recent call last): File "glwiki/Main.py", line 12, in from Environments import getEnvironment File "/home/bkovitz/wiki/glwiki/Environments.py", line 1, in import cgi, urllib ImportError: No module named cgi Traceback (most recent call last): File "glwiki/Main.py", line 12, in from Environments import getEnvironment File "/home/bkovitz/wiki/glwiki/Environments.py", line 1, in import cgi, urllib ImportError: No module named cgi Content-type: text/plain Traceback (most recent call last): File "glwiki/WikiClient.py", line 84, in main() File "glwiki/WikiClient.py", line 29, in main wikiTransaction(transactionString) File "glwiki/WikiClient.py", line 37, in wikiTransaction print socketTransaction(socketAddress, transactionString) File "glwiki/WikiClient.py", line 54, in socketTransaction sock.connect(address) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 111] Connection refused Traceback (most recent call last): File "glwiki/Main.py", line 12, in from Environments import getEnvironment File "/home/bkovitz/wiki/glwiki/Environments.py", line 1, in import cgi, urllib ImportError: No module named cgi Content-type: text/plain Traceback (most recent call last): File "glwiki/WikiClient.py", line 84, in main() File "glwiki/WikiClient.py", line 29, in main wikiTransaction(transactionString) File "glwiki/WikiClient.py", line 37, in wikiTransaction print socketTransaction(socketAddress, transactionString) File "glwiki/WikiClient.py", line 54, in socketTransaction sock.connect(address) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 111] Connection refused