summaryrefslogtreecommitdiff
path: root/docs/html/index_tpl.html
blob: e34148ac4234a717698eafdb0436015224d283f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Ivycpy - a wrapper around ivy-c to get a Python stub to Ivy</title>
</head>

<body>
<h2><A NAME=NAME>NAME</A></h2>
ivycpy - a wrapper around ivy-c to get a Python stub to Ivy
<H2><A NAME=VERSION>VERSION</A></H2>
<p>Current version is _VERSION_. </p>
<H2><A NAME=SYNOPSIS>SYNOPSIS</A></H2>
<p>ivycpy library procures a way to connect Python/Python-Tkinter application
on an Ivy bus.
<H2><A NAME=WARNING>WARNING</A></H2>
 
<p>This current source version allows to link ivycpy with locally
installed version of [tcl/tk, adapted version of
[Python/Tkinter]]. ivycpy requires still some patches on _tkinter.c
(see <a href="../dev/">dev docs</a> for further information). As a
consequence, <em>ivycpy is not presented as debian package any more</em>. The
source package allows to install the software as an OPTional package.</p>

<p>This version is strictly compatible with ivy-c [3.2 .. 3.6] and can be
dynamically linked to a new version of ivy-c, if ivy-c api is unchanged which is
quite unlikely.</p>

<p>So provided that, you installed compatible version of tcl/tk and
Python/Tkinter (adapted by yourself), ivy-c and ivy-c-dev, it should be easy to
rebuilt a new version of ivycpy adapted to the needs. <em>See for <a
href="../dev/how2build.html"">building instructions</a></em></p>

<p><i>A former version ivycpy213sa has been delivered as a debian package
tightly linked with woody 3.0 set of package , ie.:
<ul>
  <li>ivyc library (3.4)
  <li>tcl/tk 8.3
  <li>Python 2.1.3
</ul>
but it was clearly immatured and awkward !
</i></p>
<H2><A NAME=DESCRIPTION>DESCRIPTION</A></H2>

<p>ivycpy is not a native python language binding to Ivy but, a wrapper around C
level functions. ivycpy was made with <a href="http://www.swig.org">swig</a>
(Scripting Wrapper Interface Generator). For a hands on experience, see, next section.</p>

<!-- For a high level view of the python -->
<!-- api, have a look to <a href="ivycpy_wrap.html">ivycpy_wrap.html</a> -->

<H2><A NAME=EXAMPLES>EXAMPLES</A></H2>
<p>To have a clear view of how to use this library, please, have a look at the
examples normally accessible at <a href="../examples/">examples</a>.</p>

<H2><A NAME=SEEALSO>SEE ALSO</A></H2>
See Ivy home page at <a href="http://www.tls.cena.fr/products/ivy">
www.tls.cena.fr/products/ivy</a> to obtain detailed information about ivy.

<H2><A NAME=AUTHORS>AUTHORS</A></H2>
Didier Pavet &lt;pavet@cena.fr&gt;
<H2><A NAME=COPYRIGHT>COPYRIGHT</A></H2>
<p>This software is free software under Library GNU Public License; see <a href="../copyright">copyright</a> for detail and references.</p>
<hr>

<!-- hhmts start -->
Last modified: Thu Oct  7 12:28:46 CEST 2004
<!-- hhmts end -->
</body> </html>