llothar wrote:

> My question was: Why does setup.py generated sometimes a pyd and
> sometimes a so file?

setup.py picks an extension that happens to work on the platform you're 
running setup.py on.  doing otherwise would be pretty pointless.

</F>

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

Reply via email to