Larry Bates wrote:

> Why not write Python class that uses CTypes and make it
> available as a recipe?  From a performance standpoint it
> is unlikely you can do better than to call the .dll and
> have it do the work for you.  Just a suggestion.

A pure Python solution will be cross-platform, while 
calling a Windows DLL will only work under Windows.

The optimal solution will be to call the DLL when it is 
available, and fall back on pure Python if it is not.


-- 
Steven.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to