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:
from PmwLazy import Pmw
to this:
import Pmw
Also, if you have added the lib
directory of a specific version
of Pmw to sys.path
or PYTHONPATH
, this can be removed, as long
as Pmw can now be found from the default path, such as in the
python site-packages
directory.
Home. Pmw 0.6.2 Maintainer gregm@iname.com. 23 Feb 1998