PYTHON errors with 3.17 mods

Ambreville

Deity
Joined
Sep 28, 2006
Messages
2,255
Location
Windy City USA
As it turns out, I'm having problems with several mods included with the 3-17 patch. They all return the same Python error while loading.

Spoiler :
Code:
Traceback (most recent call last):
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "<string>", line 1, in ?
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "<string>", line 52, in load_module
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "CvEventInterface", line 13, in ?
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "<string>", line 52, in load_module
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "CvEventManager", line 12, in ?
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "<string>", line 52, in load_module
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "CvScreensInterface", line 19, in ?
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "<string>", line 52, in load_module
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "CvDanQuayle", line 8, in ?
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "<string>", line 52, in load_module
ERR: Call function onEvent failed. Can't find module CvEventInterface
ERR: Call function onEvent failed. Can't find module CvEventInterface
  File "CvGameUtils", line 11, in ?

Apparently, the module CvEventInterface can't be found.

What the heck?? :confused:

I reinstalled the patch, but that made no difference.
 
The file should be in the 'vanilla' Civ4 assets

C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Assets\Python\EntryPoints\CvEventInterface.py

Check if it's there and if it is, try copying it over to

C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Assets\Python\EntryPoints

I haven't tried it myself, so I'm not sure if it's a general problem or just yours. If you have a non-standard installation, please tell us which one.

Edit: I just checked, and I don't have the problem. Have you bought your game over Steam?
 
No, did not buy the game through Steam.

I tried copying the CvEventInterface file from Vanilla, but that made no difference. (*)

Do you happen to have that file in your BtS Entry Points folder??

-----------

EDIT

(*) I pasted the suggested file in the corresponding BtS entry, but somehow I still end up with the same error message -- can't find the module "CvEventInterface"
 
Back
Top Bottom