Python threading module import failure

I'm trying to import the threading module, however, i just seem to get errors for no good reason. Here is my code: import threading class TheThread ( threading.Thread ): def run ( self ): ...