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
|
<html>
<head>
<title>Porting from version 0.5 to 0.6</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ee"
vlink="551a8b" alink="ff0000">
<center><P ALIGN="CENTER">
<IMG SRC = transdove.gif ALT = "" WIDTH=70 HEIGHT=75>
<IMG SRC = transdove.gif ALT = "" WIDTH=70 HEIGHT=75>
<IMG SRC = transdove.gif ALT = "" WIDTH=70 HEIGHT=75>
</p></center>
<h1 ALIGN="CENTER">Porting from version 0.5 to 0.6</h1>
<p>
<p>
To port applications using Pmw version 0.5 to version 0.6, make
sure you are using python1.5. Then, simply change any lines in
your application like this:</p>
<dl><dd><pre> from PmwLazy import Pmw</pre></dl>
<p> to this:</p>
<dl><dd><pre> import Pmw</pre></dl>
<p> Also, if you have added the <code>lib</code> directory of a specific version
of Pmw to <code>sys.path</code> or <code>PYTHONPATH</code>, this can be removed, as long
as Pmw can now be found from the default path, such as in the
python <code>site-packages</code> directory.</p>
<p></p>
<center><P ALIGN="CENTER">
<IMG SRC = blue_line.gif ALT = "" WIDTH=320 HEIGHT=5>
</p></center>
<font size=-1>
<center><P ALIGN="CENTER">
<a href="index.html">Home</a>.
Pmw 0.6.2
Maintainer
<a href="mailto:gregm@iname.com">gregm@iname.com</a>.
23 Feb 1998
</p></center>
</font>
</body>
</html>
|