473,473 Members | 2,054 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

how setup a dll file as a module?



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?

Aug 27 '07 #1
2 1723
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
Aug 27 '07 #2
On Aug 27, 6:45 pm, "Diez B. Roggisch" <de...@nospam.web.dewrote:
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

Aug 27 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Christophe | last post by:
Hello, I'm trying to build python 2.3.4 on Solaris 8 (SunOS 5.8) and I ran into a little problem with the socket/ssl module : ************************************ gcc -shared...
0
by: segal.aviad | last post by:
Hi, I'm trying to create a customized setup project for my application. I want to write a setup project which will install several merge modules (- this I know how to do). Before running the...
0
by: rh0dium | last post by:
Hi Folks, I use p4python for all of my perforce and python related needs. I'm on a Mac (OSX 10.4). p4python relies on a perforce provided API which gets compiled when I run the setup.py. The...
1
by: Nikita the Spider | last post by:
Hi all, I'm a newbie when it comes to distributing C-based Python modules. I'm just now sharing my first with the rest of the world (it's actually V. Marangozov's shared memory module for IPC) and...
4
by: 7stud | last post by:
Hi, I can't find any documentation on the setup() function in the distutils.core module; specifically I want to know what the 'name' argument does. In some examples in the python docs, they use...
0
by: mauro | last post by:
Hi all, I am trying to make a package distribution containing some extension module written in C. The problem is that when I run setup.py some files are generated in the wrong position. Suppose...
0
by: imageguy | last post by:
I am hoping if someone can set me straight. I have created a setup script for a module, however, when running the install on my own machine, I would like to place the module in a specific...
1
by: kaushalgajjar | last post by:
I have been struggling to build a package in VS2005. I have an application made in VB.Net with SQL 2000 now i want to build it to use in a stand alone Computer so i have found MSDE from Microsoft...
2
by: bsagert | last post by:
I downloaded Mark Pilgrims's feedparser.py in a zipfile to my Windows machine, unzipped it and tried to install it to no avail. Here is the result => C:\>python...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.