Re: pyrex just in time compilation

2005-02-21 Thread Simon Wittber
> Before I try this myself, has anyone else already written any code to do this? Yes, someone has. http://www.prescod.net/pyximport/ I should have googled more thoroughly before posting. :-) sw. -- http://mail.python.org/mailman/listinfo/python-list

pyrex just in time compilation

2005-02-21 Thread Simon Wittber
It occured to me that an import hook could be written for pyrex '.pyx' files, so that compilation can occur at runtime, if the source file has changed since the last compile. Before I try this myself, has anyone else already written any code to do this? Sw. -- http://mail.python.org/mailman/lis