Bakes wrote:
> Can I use a pyd compiled on linux in a Windows distribution?
> 
> Or must I recompile it for windows users?

On Linux and several other Unices the suffix is .so and not .pyd. The
compiled extensions depend on the Python version, operating system as
well as platform and architecture.

Christian

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

Reply via email to