~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Examples/python/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-09-01 18:35:55 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050901183555-eq59uwhq8b62e44c
Tags: 1.3.24-1ubuntu4
* Use php5-dev instead of php4-dev, to kick php4 out of main.
* Drop support for generation of pike bindings, as nothing uses it,
  and swig is the only thing keeping pike7.6 in main (Ubuntu #13796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<body bgcolor="#ffffff">
7
7
<H1>SWIG Python Examples</H1>
8
8
 
9
 
<tt>$Header: /cvsroot/swig/SWIG/Examples/python/index.html,v 1.10 2002/11/30 22:10:04 beazley Exp $</tt><br>
 
9
<tt>$Header: /cvsroot/swig/SWIG/Examples/python/index.html,v 1.11 2004/11/02 22:13:37 wsfulton Exp $</tt><br>
10
10
 
11
11
<p>
12
12
The following examples illustrate the use of SWIG with Python.
51
51
% python
52
52
Python 1.5.2 (#3, Oct  9 1999, 22:09:34)  [GCC 2.95.1 19990816 (release)] on linux2
53
53
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
54
 
>>> import interface
55
 
>>> interface.blah(...)
 
54
&gt;&gt;&gt; import interface
 
55
&gt;&gt;&gt; interface.blah(...)
56
56
...
57
57
</pre>
58
58
</blockquote>