Python module not executing

Joined
Jul 5, 2004
Messages
23,562
Location
Canberra, Australia
(Continuing from a post in the wrong forum). Actually it turns out that it is failing in the init phase with an init error on the following line:-
Code:
	<events module="SubdueAnimals">	</events>

This sort of implies that I have made a silly (or dyslexic) naming error somewhere and I just can't see it.
 
The actual error would help a ton. Can you post PythonErr.log and PythonDbg.log. The former will have the stack trace, and the latter will have debug information leading up to it.
 
Sorry, ignore me - I seem to be having brain waves or something. Code I know I added is not there, logs are empty when I first look but have meaningfull error messages the next time. I may be sicker than I thought ;)
 
Top Bottom