Description
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.
Related:
User Reviews:
Related:
Charming Python: Parsing with the SimpleParse moduleAll programmers need to identify parts and structures that exist inside textual documents: log files, configuration files, delimited data, and more... |
Freeware |
Python for the PalmOSPippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as... |
Freeware |
XLSReadWriteII.NET 2.00XLSReadWriteII.NET for Delphi 2005/2006 and others, Win Forms Use this version for creating Win Forms applications with Delphi, Visual Studio and...By: Axolot Data |
Shareware |
TGPS 1.11Interface with your GPS receiver.By: Axolot Data |
Shareware |
pgISQL (Interactive SQL for PostgreSQL) ver. 2.2.0 2.2.0Interactive SQL for PostgreSQL is a powerfull database utility. It allows: Build SQL queries using SQL Editor with SQL syntax highlighting and SQL...By: Sujit |
Shareware |
Syndicate Pro 1.0Syndicate Pro multi-platform compatible. Syndicate Pro is server software for managing and distributing news headlines and other content over the ...By: Sujit |
Shareware |
ESBPCS for VCL 4.2.2ESB Professional Computation Suite (ESBPCS for VCL) provides a huge collection of Borland Delphi Routines and Components to make Data Entry and...By: Glenn Crouch |
Shareware |
IIS 5: Programmability Architecture 0This is an article that elaborately discusses about making up the prorammability architecture on IIS. The author describes each and ...By: Sujit |
Freeware |
TmxOutlookBar 1.59The TmxOutlookBar is simple VCL component with added features to support the look and feel introduced in Microsoft Office 97. It has got many...By: VCL |
Shareware |
TResourceAllocationChart 2.9TResourceAllocationChart, like its name suggests, draws a chart suitable for showing the allocation of shared resources. Those resources could...By: VCL |
Shareware |
- Free Python and Zope Hosting Directory
A directory of free Python and Zope hosting providers, with reviews and ratings. - Triangle Zope and Python Users Group
Includes information about meetings and boot camps of user group located in North Carolina region. - Twin Cities Zope/Python Users Group, The
Includes list of consultands, forums and schedule of meetings. - Extending RSS 2.0 With Namespaces
Extending RSS 2.0 With Namespaces by Morbus Iff - Extending Erlang with structured module packages
Richard Carlsson. Department of Information Technology, Uppsala University. - Extending the Runtime Revolution Message Path
An introduction to using Libraries, FrontScripts, and BackScripts in Runtime Revolution's Transcript programming language. - International Conference on Extending Database Technology (EDBT)
Links to the conference TOCs from 1989 to 2002 and the homepage of 2004. Also information on summer schools, organization... - Extending the Database Relational Model to Capture More Meaning
RM/T: semantics modeling in the relational model for database management. - Extending Erlang for Safe Mobile Code Execution
by L. Brown, D. Sahlin. (ps.gz) - Extending the Fusion Design for TMN Application Development
HP Labs Technical Report: HPL-95-50: OO development method, provides framework of analysis and design models and processes...
