If you have an error like:
... super(NuclearMissileHandler, self).__init__() TypeError: must be type, not classobj |
That means you have forgotten to inherit from object in the superclass/es.
Mental note: write something interesting in the fraking blog yo.