Hi,

I'm using boost.python to interface with some dynamically generated C++ code, 
employing some scipy.weave facilities to cache the results.  When I force a 
recompile and import, I get the following message:

RuntimeWarning: to-Python converter for __randint already registered; second 
conversion method ignored.

where __randint is the dynamically generated class.  As such, the changes to 
the code (__randint) are not represented in the newly imported module. 

Is it possible to override this behaviour so that the new class replaces the 
registration for the old one?

Thanks.

cheers,

Eilif

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to