how setup a dll file as a module?

smalltalk ttkk1024 at gmail.com
Mon Aug 27 07:47:47 EDT 2007


On Aug 27, 6:45 pm, "Diez B. Roggisch" <de... at nospam.web.de> wrote:
> smalltalk wrote:
>
> > in arcgis , arcgisscripting is a dll file
> > there is a script as following:
>
> > import  arcgisscripting
> > gp = arcgisscripting.create()
>
> > why can the script run?
> > how can we setup a dll file as a module?
>
> There can be python-extension that are essentially C-modules. You can write
> them your own, or using various wrapper technologies. See
>
> http://docs.python.org/ext/ext.html
>
> for starters, and google
>
> SIP
> boost::python
> SWIG
> PyRex
>
> for more information.
>
> Diez

thank you very much




More information about the Python-list mailing list