OrionVeteran
Deity
OK i get this in the InquisitionGameUtils:
Traceback (most recent call last):
File "CvGameInterface", line 154, in cannotConstruct
Code:def cannotConstruct(argsList): #CvUtil.pyPrint( "CvGameInterface.cannotConstruct" ) [B]return gameUtils().cannotConstruct(argsList)[/B]
File "InquisitionGameUtils", line 70, in cannotConstruct
Code:def cannotConstruct(self,argsList): pCity = argsList[0] eBuilding = argsList[1] bContinue = argsList[2] bTestVisible = argsList[3] bIgnoreCost = argsList[4] pPlayer = gc.getPlayer(pCity.getOwner()) iPlayer = pPlayer.getID() [B]MyHolyOffice = str(getReligionHolyOffice(iStateReligion))[/B]
NameError: global name 'getReligionHolyOffice' is not defined
ERR: Python function cannotConstruct failed, module CvGameInterface
The function "cannotConstruct" is not used in the latest version 2.50B. Hence this is an obsolete bug that no longer exists.
Orion Veteran
