Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Dynamic URLS 3.2
TouchData Air 1.1
PHP AJAX DataGrid 1.0
Mini CMS 1.0
Mini Blog 1.0
BPConferenceReporting - Reporting Web Application 1.0
BPAutosales - Cars Sales Site 1.0
BPTraveling - Traveling site 1.0
BPDirectory - Business Directory Script 2.0
Voting System 1.0
BPEstate - Real-Estate Marketplace Script 2.0
Google Map User Location Control ASP.NET 2.0
Online Synchronization 1.0
Live Clock Date - Special J Module 1.0
FlyCharts 2.10
Top Code
Adirex 3D Chess Client 1.0
ASP.NET ImageDraw 4.0
CDCollectorPHP 1.0
Complete PHP Link Exchange Website
CowTime 1.0
EWC Free Chat Room Script 4.0
Grabber2k 0.99e
Habanero 2.0.1b
ikiCLassifieds 2.0
Iron Speed Designer 5.1.0a
JVMail 2.0.0
P2P .htManager 0.2
PatternStringEngine 1.2
School Management System 2.2.0
Smart Font Listbox 1.0
Details

Extending Python and Zope in C 

 
by Extending Python and Zope in C

To extend Zope, you first extend Python. While extending Python is not brain surgery, it's no walk in the park either. There are two basic components to a Python extension. The first is obviously the C code. I'll cover that in a minute. The other component is the Setup file. The Setup file describes the module by supplying its module name, the location of its C code, and any compiler flags you may need. This file is preprocessed to create a makefile (on UNIX) or MSVC++ project files (on Windows). Before you ask -- Python on Windows is indeed built using the Microsoft compilers. The folks at Python.org recommend using MSVC++ to build extensions as well. It stands to reason that you should be able to persuade GNU compilers to do the trick, but I haven't tried that myself.

License: Freeware

Downloads: 3

Download Extending Python and Zope in C  Report Error Link
More Similar Code


Poor Man's Zope is multi-platform compatible. PMZ is a small Python script that allows you to combine HTML and Python code. It is very similar to Microsoft Active Server Pages or PHP3 or PHP4. So you can easily integrate Python into your HTML pages I



Ming is a library for generating dynamic SWF ("Flash") movies. It comprises of all of the functionality of Flash 4, except for sound events, though it supports mp3. The Python wrapper presents the movie components as objects in the...



This tool is a web server application which is a Python/Zope based providing you a web based organizer and messenger. / The main features of this tool include, / ? IMAP based web mail client, / ? Contact and Address book, Notes, / ? ToDo's, / ? Calen



Some time ago if you were to ask an honest Python evangelist if Python was missing anything important that Perl, had, the answer would most likely have been "yes". It wasn't that Python lacked a breadth of module and package support...



If Python 2.1 can do it, you can do it too ? Packed with crystal-clear explanations, hands-on examples, and a complete language reference, this authoritative guide gives you all the tools you need for rapid application development with Python 2.1. Fr



Extending the ASP.NET XML control is an article which deals with the process of extending ASP.NET XML control. In this tutorial author explains the procedure for extending control and also gives procedure for utilizing this extended control. The auth



Ideal for any working Python developer, Fredrik Lundh's Python Standard Library provides an excellent tour of some of the most important modules in today's Python 2.0 standard. Mixing sample code and plenty of expert advice, this title will be indisp



Zope is a framework for building Web applications. A Web application is a computer program that users access with a Web browser over the Internet.



A major element of getting started on working with XML in Python is sorting out the comparative capabilities of all the available modules. In this first installment of his new Python column, "Charming Python," This article briefly...



From the Back Cover / Python Web Programming is a practical introduction to building networked systems in the object-oriented framework of the Python language. It shows how to leverage the powerful Python libraries to build systems with less programm

User Review for Extending Python and Zope in C 
- required fields
     

Please enter text on the image