EmperorFool
Deity
@Pyre - You should remove the self argument when your handler function is not inside a class. Keep in mind that your onCityBuilt() handler will be called in addition to the one in CvEventManager, so you don't need to replicate any of its functionality.