C extensions question
Miki
miki.tebeka at gmail.com
Wed Mar 12 18:36:07 EDT 2008
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 <miki.tebeka at gmail.com>
http://pythonwise.blogspot.com
More information about the Python-list
mailing list