Michael Droettboom wrote:
> Pyrex is "fun to use" and it allows code to be more gradually migrated 
> from Python to C.  We would need to take care to not add another 
> run-time dependency for users.

There are no run-time dependencies with Pyrex -- it generates C code, 
which is then compiled.
 >  (As an aside, I can't find the license
> of Pyrex.  Does anyone know what it is?)

No, but it doesn't matter as it won't get included in the project, only 
it's output would -- so it's like a compiler, not a library. Unless we 
want to write our own fork of it, which I doubt!

-Chris

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to