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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to