[IronPython] [Language Question] Building a function pointer/delegate like

Sanghyeon Seo sanxiyn at gmail.com
Wed Jun 20 09:05:40 CEST 2007


2007/6/20, Mohamed A. Meligy <eng.meligy at gmail.com>:
> (snip)
> What I get then is a runtime exception saying that _FilterFunction is not
> callable.

Use global statement in SetFilterFunction (i.e. where you *assign*
global variable), not Filter_Change.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list