Hello,

> Let's say I write a simple extension in c only for the windows version
> of my script. Can I just put this compiled dll in the root directory
> of my application along with the other py files and distribute it like
> that without the need of an installation script?
Yes (current directory is always looked first in when loading DLLs).

HTH,
--
Miki <[EMAIL PROTECTED]>
http://pythonwise.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to