C extensions question

V

vvangelovski

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?
 
M

Miki

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top