| 	
Prev: Fascinating interview by Richard Stallman on Russia TV Next: How to test/troubshoot an extension (pylibconfig)? 	
		 From: Nathan Huesken on 8 Jul 2010 09:56 Hey, Sorry, I tried to sent only the relevant parts of the example, but the part where the error was, was left out. I defined the function, used as callback like this: class SomeClass: def callback(param): ... So I forgot the "self" parameter, and therefor the callback had a different number of parameters than I expected. Thanks for the effort! Nathan |