[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

C extensions question

Vasil Vangelovski

3/12/2008 3:33:00 PM

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?
1 Answer

Miki

3/12/2008 10:36:00 PM

0

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@gmail.com>
http://pythonwise.bl...