Zach Dwiel added the comment:
Here is the terminal log of what happens when I try to install and then import
regex. Any ideas what is going on?
$ python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.6
copying Python2/regex.py
New submission from Zach Dwiel :
There is a bug in the example code:
http://docs.python.org/library/socketserver.html
The very last example has the line:
print "Server loop running in thread:", t.getName()
should be:
print "Server loop running in thread:", server_thread