[Chicago] Cython reload

Oren Livne livne at uchicago.edu
Mon Jun 17 18:17:45 CEST 2013


Dear All,

In ipython, when I type

 >> import pyximport; pyximport.install(); import cython_ex.hello as h

the first time, it compiles the module hello. Then, if I modify 
hello.pyx and rerun the above command, the file does not get recompiled. 
Is there a way to do that for easy reloading during development? Like 
ipython's auto-reload of normal python modules?

Thanks,
Oren

-- 
A person is just about as big as the things that make him angry.



More information about the Chicago mailing list